Html Css Color HEX #363718 Karaka

📋 copy color: '#363718'

red 54 ◦ green 55 ◦ blue 24

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

Shades of Karaka #363718

Tints of Karaka #363718

RGB

 RED value IS 54 (21.48% from 255) = 40.6%

 GREEN value IS 55 (21.88% from 255) = 41.35%

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

R = 40.6%
G = 41.35%
B = 18.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#363718 (or 0x363718) is known color: Karaka. HEX triplet: 36, 37 and 18. RGB value is (54,55,24). Sum of RGB (Red+Green+Blue) = 54+55+24=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #363718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363718 is #C9C8E7. Grayscale: #333333. Windows color (decimal): -13224168 or 1586998. OLE color: 1586998.

HSL color Cylindrical-coordinate representation of color #363718: hue angle of 61.94º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363718 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 55 24 -
CMYK 0.02 0 0.56 0.78
HSL 61.94º 0.39% 0.15% -
HSV(B) 61.94º 0.56% 0.22% -
XYZ 3.05 3.58 1.39 -
YUV 51.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 54 55 24 0.02 0 0.56 0.78 61.94 0.39 0.15
Hex 36 37 18 2 0 38 4E 3E 27 F
Octal 66 67 30 2 0 70 116 76 47 17
Binary 110110 110111 11000 10 0 111000 1001110 111110 100111 1111

Color Harmonies of #363718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363718

Black with #363718

Text Example


Text Example

White with #363718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363718; }

 p { color: rgb(54,55,24); }

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

background-color css

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

 a { background-color: rgb(54,55,24); }

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

border-color css

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

 span { border-color: rgb(54,55,24); }

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