Html Css Color HEX #38370C Karaka

📋 copy color: '#38370C'

red 56 ◦ green 55 ◦ blue 12

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

Shades of Karaka #38370C

Tints of Karaka #38370C

RGB

 RED value IS 56 (22.27% from 255) = 45.53%

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

 BLUE value IS 12 (5.08% from 255) = 9.76%

R = 45.53%
G = 44.72%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38370C (or 0x38370C) is known color: Karaka. HEX triplet: 38, 37 and 0C. RGB value is (56,55,12). Sum of RGB (Red+Green+Blue) = 56+55+12=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38370C is #C7C8F3. Grayscale: #323232. Windows color (decimal): -13093108 or 800568. OLE color: 800568.

HSL color Cylindrical-coordinate representation of color #38370C: hue angle of 58.64º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38370C is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 55 12 -
CMYK 0 0.02 0.79 0.78
HSL 58.64º 0.65% 0.13% -
HSV(B) 58.64º 0.79% 0.22% -
XYZ 3.06 3.6 0.88 -
YUV 50.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 56 55 12 0 0.02 0.79 0.78 58.64 0.65 0.13
Hex 38 37 C 0 2 4F 4E 3B 41 D
Octal 70 67 14 0 2 117 116 73 101 15
Binary 111000 110111 1100 0 10 1001111 1001110 111011 1000001 1101

Color Harmonies of #38370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38370C

Black with #38370C

Text Example


Text Example

White with #38370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38370C; }

 p { color: rgb(56,55,12); }

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

background-color css

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

 a { background-color: rgb(56,55,12); }

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

border-color css

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

 span { border-color: rgb(56,55,12); }

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