Html Css Color HEX #38370E Karaka

📋 copy color: '#38370E'

red 56 ◦ green 55 ◦ blue 14

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

Shades of Karaka #38370E

Tints of Karaka #38370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 44.8%
G = 44%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38370E (or 0x38370E) is known color: Karaka. HEX triplet: 38, 37 and 0E. RGB value is (56,55,14). Sum of RGB (Red+Green+Blue) = 56+55+14=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #38370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38370E is #C7C8F1. Grayscale: #323232. Windows color (decimal): -13093106 or 931640. OLE color: 931640.

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

Color convert

RGB 56 55 14 -
CMYK 0 0.02 0.75 0.78
HSL 58.57º 0.6% 0.14% -
HSV(B) 58.57º 0.75% 0.22% -
XYZ 3.08 3.6 0.95 -
YUV 50.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 56 55 14 0 0.02 0.75 0.78 58.57 0.6 0.14
Hex 38 37 E 0 2 4B 4E 3B 3C E
Octal 70 67 16 0 2 113 116 73 74 16
Binary 111000 110111 1110 0 10 1001011 1001110 111011 111100 1110

Color Harmonies of #38370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38370E

Black with #38370E

Text Example


Text Example

White with #38370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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