Html Css Color HEX #39370A Karaka

📋 copy color: '#39370A'

red 57 ◦ green 55 ◦ blue 10

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

Shades of Karaka #39370A

Tints of Karaka #39370A

RGB

 RED value IS 57 (22.66% from 255) = 46.72%

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

 BLUE value IS 10 (4.3% from 255) = 8.2%

R = 46.72%
G = 45.08%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#39370A (or 0x39370A) is known color: Karaka. HEX triplet: 39, 37 and 0A. RGB value is (57,55,10). Sum of RGB (Red+Green+Blue) = 57+55+10=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #39370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39370A is #C6C8F5. Grayscale: #323232. Windows color (decimal): -13027574 or 669497. OLE color: 669497.

HSL color Cylindrical-coordinate representation of color #39370A: hue angle of 57.45º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39370A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 55 10 -
CMYK 0 0.04 0.82 0.78
HSL 57.45º 0.7% 0.13% -
HSV(B) 57.45º 0.82% 0.22% -
XYZ 3.11 3.62 0.82 -
YUV 50.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 57 55 10 0 0.04 0.82 0.78 57.45 0.7 0.13
Hex 39 37 A 0 4 52 4E 39 46 D
Octal 71 67 12 0 4 122 116 71 106 15
Binary 111001 110111 1010 0 100 1010010 1001110 111001 1000110 1101

Color Harmonies of #39370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39370A

Black with #39370A

Text Example


Text Example

White with #39370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39370A; }

 p { color: rgb(57,55,10); }

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

background-color css

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

 a { background-color: rgb(57,55,10); }

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

border-color css

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

 span { border-color: rgb(57,55,10); }

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