Html Css Color HEX #353213 Karaka

📋 copy color: '#353213'

red 53 ◦ green 50 ◦ blue 19

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

Shades of Karaka #353213

Tints of Karaka #353213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.98%

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 43.44%
G = 40.98%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#353213 (or 0x353213) is known color: Karaka. HEX triplet: 35, 32 and 13. RGB value is (53,50,19). Sum of RGB (Red+Green+Blue) = 53+50+19=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #353213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353213 is #CACDEC. Grayscale: #2F2F2F. Windows color (decimal): -13290989 or 1258037. OLE color: 1258037.

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

Color convert

RGB 53 50 19 -
CMYK 0 0.06 0.64 0.79
HSL 54.71º 0.47% 0.14% -
HSV(B) 54.71º 0.64% 0.21% -
XYZ 2.73 3.09 1.07 -
YUV 47.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 53 50 19 0 0.06 0.64 0.79 54.71 0.47 0.14
Hex 35 32 13 0 6 40 4F 37 2F E
Octal 65 62 23 0 6 100 117 67 57 16
Binary 110101 110010 10011 0 110 1000000 1001111 110111 101111 1110

Color Harmonies of #353213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353213

Black with #353213

Text Example


Text Example

White with #353213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353213; }

 p { color: rgb(53,50,19); }

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

background-color css

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

 a { background-color: rgb(53,50,19); }

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

border-color css

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

 span { border-color: rgb(53,50,19); }

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