Html Css Color HEX #353314 Karaka

📋 copy color: '#353314'

red 53 ◦ green 51 ◦ blue 20

#353314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #353314

Tints of Karaka #353314

RGB

 RED value IS 53 (21.09% from 255) = 42.74%

 GREEN value IS 51 (20.31% from 255) = 41.13%

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 42.74%
G = 41.13%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#353314 (or 0x353314) is known color: Karaka. HEX triplet: 35, 33 and 14. RGB value is (53,51,20). Sum of RGB (Red+Green+Blue) = 53+51+20=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #353314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353314 is #CACCEB. Grayscale: #303030. Windows color (decimal): -13290732 or 1323829. OLE color: 1323829.

HSL color Cylindrical-coordinate representation of color #353314: hue angle of 56.36º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353314 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 51 20 -
CMYK 0 0.04 0.62 0.79
HSL 56.36º 0.45% 0.14% -
HSV(B) 56.36º 0.62% 0.21% -
XYZ 2.78 3.18 1.13 -
YUV 48.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 53 51 20 0 0.04 0.62 0.79 56.36 0.45 0.14
Hex 35 33 14 0 4 3E 4F 38 2D E
Octal 65 63 24 0 4 76 117 70 55 16
Binary 110101 110011 10100 0 100 111110 1001111 111000 101101 1110

Color Harmonies of #353314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353314

Black with #353314

Text Example


Text Example

White with #353314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353314; }

 p { color: rgb(53,51,20); }

 H1.HeaderClassName
 {
   color: #353314;
 }
 .AnyTagClassName
 {
   color: #353314;
 }
</style>

background-color css

<style>
 a { background-color: #353314; }

 a { background-color: rgb(53,51,20); }

 div.DivClassName
 {
   background-color: #353314;
 }
 .BgClassName
 {
   background-color: #353314;
 }
</style>

border-color css

<style>
 span { border-color: #353314; }

 span { border-color: rgb(53,51,20); }

 td.TdClassName
 {
   border-color: #353314;
 }
 .TagClassName
 {
   border-color: #353314;
 }
</style>