Html Css Color HEX #353613 Karaka

📋 copy color: '#353613'

red 53 ◦ green 54 ◦ blue 19

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

Shades of Karaka #353613

Tints of Karaka #353613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.86%

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

R = 42.06%
G = 42.86%
B = 15.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#353613 (or 0x353613) is known color: Karaka. HEX triplet: 35, 36 and 13. RGB value is (53,54,19). Sum of RGB (Red+Green+Blue) = 53+54+19=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 54 - color contains mainly: green. Hex color #353613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353613 is #CAC9EC. Grayscale: #313131. Windows color (decimal): -13289965 or 1259061. OLE color: 1259061.

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

Color convert

RGB 53 54 19 -
CMYK 0.02 0 0.65 0.79
HSL 61.71º 0.48% 0.14% -
HSV(B) 61.71º 0.65% 0.21% -
XYZ 2.9 3.44 1.13 -
YUV 49.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 53 54 19 0.02 0 0.65 0.79 61.71 0.48 0.14
Hex 35 36 13 2 0 41 4F 3E 30 E
Octal 65 66 23 2 0 101 117 76 60 16
Binary 110101 110110 10011 10 0 1000001 1001111 111110 110000 1110

Color Harmonies of #353613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353613

Black with #353613

Text Example


Text Example

White with #353613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353613; }

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

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

background-color css

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

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

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

border-color css

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

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

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