Html Css Color HEX #353619 Karaka

📋 copy color: '#353619'

red 53 ◦ green 54 ◦ blue 25

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

Shades of Karaka #353619

Tints of Karaka #353619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 40.15%
G = 40.91%
B = 18.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#353619 (or 0x353619) is known color: Karaka. HEX triplet: 35, 36 and 19. RGB value is (53,54,25). Sum of RGB (Red+Green+Blue) = 53+54+25=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #353619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353619 is #CAC9E6. Grayscale: #323232. Windows color (decimal): -13289959 or 1652277. OLE color: 1652277.

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

Color convert

RGB 53 54 25 -
CMYK 0.02 0 0.54 0.79
HSL 62.07º 0.37% 0.15% -
HSV(B) 62.07º 0.54% 0.21% -
XYZ 2.96 3.47 1.43 -
YUV 50.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 53 54 25 0.02 0 0.54 0.79 62.07 0.37 0.15
Hex 35 36 19 2 0 36 4F 3E 25 F
Octal 65 66 31 2 0 66 117 76 45 17
Binary 110101 110110 11001 10 0 110110 1001111 111110 100101 1111

Color Harmonies of #353619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353619

Black with #353619

Text Example


Text Example

White with #353619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353619; }

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

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

background-color css

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

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

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

border-color css

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

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

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