Html Css Color HEX #38370F Karaka

📋 copy color: '#38370F'

red 56 ◦ green 55 ◦ blue 15

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

Shades of Karaka #38370F

Tints of Karaka #38370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 44.44%
G = 43.65%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38370F (or 0x38370F) is known color: Karaka. HEX triplet: 38, 37 and 0F. RGB value is (56,55,15). Sum of RGB (Red+Green+Blue) = 56+55+15=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #38370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38370F is #C7C8F0. Grayscale: #323232. Windows color (decimal): -13093105 or 997176. OLE color: 997176.

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

Color convert

RGB 56 55 15 -
CMYK 0 0.02 0.73 0.78
HSL 58.54º 0.58% 0.14% -
HSV(B) 58.54º 0.73% 0.22% -
XYZ 3.08 3.61 0.99 -
YUV 50.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 56 55 15 0 0.02 0.73 0.78 58.54 0.58 0.14
Hex 38 37 F 0 2 49 4E 3B 3A E
Octal 70 67 17 0 2 111 116 73 72 16
Binary 111000 110111 1111 0 10 1001001 1001110 111011 111010 1110

Color Harmonies of #38370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38370F

Black with #38370F

Text Example


Text Example

White with #38370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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