Html Css Color HEX #353418 Karaka

📋 copy color: '#353418'

red 53 ◦ green 52 ◦ blue 24

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

Shades of Karaka #353418

Tints of Karaka #353418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.31%

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 41.09%
G = 40.31%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#353418 (or 0x353418) is known color: Karaka. HEX triplet: 35, 34 and 18. RGB value is (53,52,24). Sum of RGB (Red+Green+Blue) = 53+52+24=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #353418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353418 is #CACBE7. Grayscale: #313131. Windows color (decimal): -13290472 or 1586229. OLE color: 1586229.

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

Color convert

RGB 53 52 24 -
CMYK 0 0.02 0.55 0.79
HSL 57.93º 0.38% 0.15% -
HSV(B) 57.93º 0.55% 0.21% -
XYZ 2.86 3.28 1.35 -
YUV 49.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 53 52 24 0 0.02 0.55 0.79 57.93 0.38 0.15
Hex 35 34 18 0 2 37 4F 3A 26 F
Octal 65 64 30 0 2 67 117 72 46 17
Binary 110101 110100 11000 0 10 110111 1001111 111010 100110 1111

Color Harmonies of #353418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353418

Black with #353418

Text Example


Text Example

White with #353418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353418; }

 p { color: rgb(53,52,24); }

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

background-color css

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

 a { background-color: rgb(53,52,24); }

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

border-color css

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

 span { border-color: rgb(53,52,24); }

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